home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
unix
/
textmstr.shr
/
tm.hqx
/
Source Code ƒ
/
U
/
InitExitTextMaster.h
< prev
next >
Wrap
Text File
|
1991-05-09
|
543b
|
22 lines
/* InitExitTextMaster Program Init and Exit routines
File name: InitExitTextMaster.h
Function: This module contains the extra program initialization
routine as well as the program exit and cleanup routine.
/* History: 5/9/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Program initializations */
void ApplInit_TextMaster(void);
/* Program exit and cleanup */
void ApplExit_TextMaster(void);
/* ======================================================= */